home *** CD-ROM | disk | FTP | other *** search
/ Aminet 2 / Aminet AMIGA CDROM (1994)(Walnut Creek)[Feb 1994][W.O. 44790-1].iso / Aminet / dev / c / ObjectiveGT1_0.lha / Include / Manx / OGT / ObjectiveGadToolsBase.h < prev   
C/C++ Source or Header  |  1992-10-18  |  912b  |  33 lines

  1. #ifndef  OGT_OBJECTIVEGADTOOLSBASE_H
  2. #define  OGT_OBJECTIVEGADTOOLSBASE_H   1
  3. /*
  4. ** $Filename: OGT/ObjectiveGadToolsBase.h $
  5. ** $Release : 1.0                         $
  6. ** $Revision: 1.000                       $
  7. ** $Date    : 18/10/92                    $
  8. **
  9. **
  10. ** (C) Copyright 1991,1992 Davide Massarenti
  11. **              All Rights Reserved
  12. */
  13.  
  14. struct ObjectiveGadToolsBase
  15. {
  16.    struct Library        ogt_Library;
  17.    UBYTE                 ogt_Flags;
  18.  
  19.    void                 *ogt_SegList;
  20.  
  21.    struct GfxBase       *ogt_GfxBase;
  22.    struct LayersBase    *ogt_LayersBase;
  23.    struct Library       *ogt_DiskfontBase;
  24.    struct IntuitionBase *ogt_IntuitionBase;
  25.    struct Library       *ogt_UtilityBase;
  26.    struct Library       *ogt_KeymapBase;
  27.    struct Library       *ogt_GadToolsBase;
  28.    struct Library       *ogt_AslBase;
  29.    struct Library       *ogt_WorkbenchBase;
  30. };
  31.  
  32. #endif /* OGT_OBJECTIVEGADTOOLSBASE_H */
  33.